home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 1: Aki Ross.iso / pc / assets / aki-soundtrack.dcr / 00018_ryanup.ls < prev    next >
Encoding:
Text File  |  2001-07-20  |  251 b   |  20 lines

  1. on mouseEnter
  2.   cursor(280)
  3.   sprite(22).visible = 1
  4. end
  5.  
  6. on mouseLeave
  7.   cursor(-1)
  8.   sprite(22).visible = 0
  9. end
  10.  
  11. on mouseDown
  12.   puppetSound(2, "Clicker")
  13. end
  14.  
  15. on mouseUp
  16.   play movie "Ryan-Quit"
  17.   sprite(21).visible = 0
  18.   sprite(22).visible = 0
  19. end
  20.